projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e4dc90
)
adwaita: Use proper transform for spinners
author
Timm Bäder
<mail@baedert.org>
Sat, 6 Jun 2020 13:38:53 +0000
(15:38 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 19 Jun 2020 03:26:24 +0000
(
05:26
+0200)
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index c4c14e4dab02e710bd3d15f867dd69ff13d5db78..d94962dd981f7134564e356e839efa5aac0279e8 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-215,7
+215,7
@@
window.assistant {
* Spinner Animation *
*********************/
@keyframes spin {
- to {
-gtk-icon-
transform: rotate(1turn); }
+ to { transform: rotate(1turn); }
}
spinner {